projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f71e40
)
emojichooser: Plug memory leak
author
Timm Bäder
<mail@baedert.org>
Tue, 17 Oct 2017 06:49:06 +0000
(08:49 +0200)
committer
Timm Bäder
<mail@baedert.org>
Tue, 17 Oct 2017 06:54:08 +0000
(08:54 +0200)
gtk/gtkemojichooser.c
patch
|
blob
|
history
diff --git
a/gtk/gtkemojichooser.c
b/gtk/gtkemojichooser.c
index c1dcd61821a2830f32f02bdf8c05be76c07d9c4c..7aed429ed523d7ff297f87c9817ecac9e64a56a8 100644
(file)
--- a/
gtk/gtkemojichooser.c
+++ b/
gtk/gtkemojichooser.c
@@
-362,6
+362,7
@@
populate_emoji_chooser (GtkEmojiChooser *chooser)
box = chooser->flags.box;
add_emoji (box, FALSE, item, 0);
+ g_variant_unref (item);
}
g_bytes_unref (bytes);